projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5270bf5
)
Require dired when compiling.
author
Andreas Schwab
<schwab@suse.de>
Sun, 4 May 2008 09:32:39 +0000
(09:32 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Sun, 4 May 2008 09:32:39 +0000
(09:32 +0000)
lisp/ChangeLog
patch
|
blob
|
history
lisp/vc.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index dd96154553977ea042a9ca1b888cf9f960514c23..c67526e06565a71cee669e5c8b80903518087fe1 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,5
+1,7
@@
2008-05-04 Andreas Schwab <schwab@suse.de>
+ * vc.el: Require dired when compiling.
+
* minibuffer.el (completion--insert-strings): Don't delete past
bol.
diff --git
a/lisp/vc.el
b/lisp/vc.el
index 4f9dfee7724616b26dbd757fce273b6b53ae4c60..ed0ddc154cf7c3b8de0290f5adb7903d512bfb95 100644
(file)
--- a/
lisp/vc.el
+++ b/
lisp/vc.el
@@
-673,6
+673,7
@@
(require 'ewoc)
(eval-when-compile
+ (require 'dired)
(require 'cl))
(unless (assoc 'vc-parent-buffer minor-mode-alist)